#menu {
    margin-bottom: 24px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0 10px;
    margin-bottom: 50px;
}
#menu_category {
    height: fit-content;
}
#menu div a.small {
    display: block;
    float: left;
    margin: 5px;
    padding: 0 14px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
                 overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -moz-box;
                -moz-line-clamp: 1;
                -moz-box-orient: vertical;
                word-wrap: break-word;
                word-break: break-word;
                white-space: normal;
                text-align: left;
}
#menu div a {
display: block;
    float: left;
    margin: 5px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    /* -webkit-box-shadow: 0 0 8px #D0D0D0; */
    -moz-box-shadow: 0 0 8px #D0D0D0;
    /* box-shadow: 0 0 8px #D0D0D0; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* border: 1px solid #D0D0D0; */
    border-bottom: 1px dashed #d0d0d0;
    transition: all .5s;
}
#menu div a:hover {
    color: #9c1d22 !important;
}
#category_more {
    color: #B9000C;
}
#menu div a.selected {
    background-color: #444444;
    color: #FFFFFF;
}
.menu-list > div i {
    top: 52% !important;
        transform: translateY(-50%) !important;
  }


/* pc端 */
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  /* .menu-list > div:first-child {
    background-color: #9c1d22;
    color: #fff;
  } */
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
    top: 52%;
        transform: translateY(-50%);
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .news-list {
    width: 78.41%;
  }
  .news-list .top-nav .swiper-containers1 {
    width: 85.65%;
  }
  .top-nav {
    position: relative;
  }
  .top-nav .dl {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .top-nav .dr {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .top-nav .cn-main {
    margin: 0 50px;
    width: auto;
    overflow: hidden;
  }
  .cn-main .years div {
    width: 91px;
    text-align: center;
    padding: 0 25px 0 20px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .cn-main .years div a {
    display: block;
  }
  .cn-main .years div a:hover {
    border-bottom: 2px solid #9c1d22;
    color: #9c1d22;
  }
  .cn-main .years {
    width: 180%;
    transition-duration: 0.3s;
  }
  .cn-main .years::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-news {
    width: 100%;
    margin-top: 38px;
  }
  .main-news .img-l {
    width: 30.2%;
  }
  .main-news > div {
    padding: 6px;
    margin-bottom: 22px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .main-news > div:hover .text-r h1 {
    color: #9c1d22;
  }
  .main-news .img-l {
    float: left;
  }
  .main-news .text-r {
    float: left;
    width: 61.17%;
    margin-left: 4.8%;
    padding-top: 14px;
  }
  .main-news .text-r h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
  }
  .main-news .text-r h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-news .text-r p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
          overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
            /* 规定文字几行 */
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
  }
  .text-r .btn {
    font-size: 14px;
    line-height: 26px;
    color: #9c1d22;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .news-list {
    width: 78.41%;
  }
  .news-list .top-nav .swiper-containers1 {
    width: 85.65%;
  }
  .top-nav {
    position: relative;
  }
  .top-nav .dl {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .top-nav .dr {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .top-nav .cn-main {
    margin: 0 50px;
    width: auto;
    overflow: hidden;
  }
  .cn-main .years div {
    width: 91px;
    text-align: center;
    padding: 0 25px 0 20px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .cn-main .years div a {
    display: block;
  }
  .cn-main .years div a:hover {
    border-bottom: 2px solid #9c1d22;
    color: #9c1d22;
  }
  .cn-main .years {
    width: 200%;
    transition-duration: 0.3s;
  }
  .cn-main .years::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-news {
    width: 100%;
    margin-top: 38px;
  }
  .main-news .img-l {
    width: 30.2%;
  }
  .main-news > div {
    padding: 6px;
    margin-bottom: 22px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .main-news > div:hover .text-r h1 {
    color: #9c1d22;
  }
  .main-news .img-l {
    float: left;
  }
  .main-news .text-r {
    float: left;
    width: 61.17%;
    margin-left: 4.8%;
    padding-top: 14px;
  }
  .main-news .text-r h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .main-news .text-r h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .main-news .text-r p {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
  }
  .text-r .btn {
    font-size: 14px;
    line-height: 26px;
    color: #9c1d22;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .news-list {
    width: 78.41%;
  }
  .news-list .top-nav .swiper-containers1 {
    width: 85.65%;
  }
  .top-nav {
    position: relative;
  }
  .top-nav .dl {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .top-nav .dr {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .top-nav .cn-main {
    margin: 0 50px;
    width: auto;
    overflow: hidden;
  }
  .cn-main .years div {
    width: 91px;
    text-align: center;
    padding: 0 25px 0 20px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .cn-main .years div a {
    display: block;
  }
  .cn-main .years div a:hover {
    border-bottom: 2px solid #9c1d22;
    color: #9c1d22;
  }
  .cn-main .years {
    width: 300%;
    transition-duration: 0.3s;
  }
  .cn-main .years::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-news {
    width: 100%;
    margin-top: 38px;
  }
  .main-news .img-l {
    width: 30.2%;
  }
  .main-news > div {
    padding: 6px;
    margin-bottom: 22px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .main-news > div:hover .text-r h1 {
    color: #9c1d22;
  }
  .main-news .img-l {
    float: left;
  }
  .main-news .text-r {
    float: left;
    width: 61.17%;
    margin-left: 4.8%;
    padding-top: 14px;
  }
  .main-news .text-r h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .main-news .text-r h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .main-news .text-r p {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
  }
  .text-r .btn {
    font-size: 14px;
    line-height: 26px;
    color: #9c1d22;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  #menu div a{
      width: 97% !important;
  }
  .bread {
width: 100%;
        height: auto;
        line-height: 24px;
        background-color: #f5f5f5;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
        padding: 15px 0;
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 100%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 9.42%;
    top: 35%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .news-list {
    width: 100%;
  }
  .news-list .top-nav .swiper-containers1 {
    width: 85.65%;
  }
  .top-nav {
    position: relative;
  }
  .top-nav .dl {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .top-nav .dr {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .top-nav .cn-main {
    margin: 0 50px;
    width: auto;
    overflow: hidden;
  }
  .cn-main .years div {
    width: 91px;
    text-align: center;
    padding: 0 25px 0 20px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
  .cn-main .years div a {
    display: block;
  }
  .cn-main .years div a:hover {
    border-bottom: 2px solid #9c1d22;
    color: #9c1d22;
  }
  .cn-main .years {
    width: 2000px;
    transition-duration: 0.3s;
  }
  .cn-main .years::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-news {
    width: 100%;
    margin-top: 38px;
  }
  .main-news .img-l {
    width: 100%;
  }
  .main-news > div {
    padding: 6px;
    margin-bottom: 22px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .main-news > div:hover .text-r h1 {
    color: #9c1d22;
  }
  .main-news .img-l {
    float: left;
  }
  .main-news .text-r {
    float: left;
    width: 100%;
    padding-top: 14px;
  }
  .main-news .text-r h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .main-news .text-r h5 {
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .main-news .text-r p {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
  }
  .text-r .btn {
    font-size: 14px;
    line-height: 26px;
    color: #9c1d22;
  }
}
